home *** CD-ROM | disk | FTP | other *** search
/ Education (Super OZ Shareware) / Education (Super OZ Shareware).iso / arj / rearjall.bat < prev    next >
DOS Batch File  |  1993-07-20  |  346b  |  7 lines

  1. REM REARJ program to convert ZIP, LZH archives on C: hard disk to ARJ format
  2. REM You should have a backup of your hard disk before running this program
  3. REM This program converts the archives to ARJ format deleting the originals.
  4. REM It also checks for viruses assuming you have SCAN.
  5.  
  6. REARJ C:\*.ZIP C:\*.LZH /r /v /d /a* /u /lC:\REARJ.LOG
  7.